PreCacheSession

Request

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2" xmlns:doc="http://www.wolterskluwerfs.com/Osprey/DocViewerInterface">
   <soap:Header/>
   <soap:Body>
      <v2:PreCacheSession>
         <!--Optional:-->
         <v2:accountId>9</v2:accountId>
         <!--Optional:-->
         <v2:docs>
            <document>PKGD.TruthInSavings</document>
         </v2:docs>
         <!--Optional:-->
         <v2:packages>
            <!--Zero or more repetitions:-->
            <doc:Package>
               <!--Optional:-->
               <doc:Id>PKG.DepositAccountOpening</doc:Id>
               <!--Optional:-->
               <doc:Name/>
            </doc:Package>
         </v2:packages>
      </v2:PreCacheSession>
   </soap:Body>
</soap:Envelope>

Response

<?xml version="1.0" encoding="UTF-8"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
   <s:Header>
      <a:Action s:mustUnderstand="1">http://www.wolterskluwerfs.com/2014/05/DocServices/V2/ISecuritySessionService/PreCacheSessionResponse</a:Action>
      <o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
         <u:Timestamp u:Id="_0">
            <u:Created>2017-01-11T22:59:15.024Z</u:Created>
            <u:Expires>2017-01-11T23:04:15.024Z</u:Expires>
         </u:Timestamp>
      </o:Security>
   </s:Header>
   <s:Body>
      <PreCacheSessionResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2"/>
   </s:Body>
</s:Envelope>